registry: board.* descriptions say which tab each key governs - #112
Conversation
board.members, board.hiddenMembers, and board.ticketPrefixes are authors tab concepts; board.slack.channel is the default a tab's slackChannel overrides; board.tabs is now editable from the board's settings modal. The old text described a one-tab board. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. 📝 WalkthroughWalkthroughThe change updates board setting descriptions. It clarifies authors-tab rosters and filters, codeowners-tab inclusion rules, Slack channel overrides, and hidden-member overlays. Registry structure and setting signatures remain unchanged. ChangesBoard settings
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR only updates board setting descriptions to reflect the available tabs and their behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Board setting descriptions catch up with tabs
The board grew tabs (m4ttstack/board#3) and a settings-modal editor for them (m4ttstack/board#5), but five
board.*rows still described a one-tab board. Registry text only; no shape or scope changes.What changed
packages/rt-client/src/settings/registry-defs.tsboard.members,board.hiddenMembers: named as the authors tab's roster; codeowners tabs list MRs from anyoneboard.ticketPrefixes: says it filters the authors tab and that codeowners rows pass regardless of prefixboard.slack:channelis the default a tab'sslackChanneloverrides per MRboard.tabs: mentions the settings-modal editor and that codeowners tabs take any authorFollow-up
allDefs()at runtimeChecklist
repo-purityok🤖 Generated with Claude Code
Summary by CodeRabbit